Welcome![Sign In][Sign Up]
Location:
Search - LZW c

Search list

[Compress-Decompress algrithmsLZWcompression

Description: lzw数据压缩算法的源代码,使用c语言实现的-lzw data compression algorithm source code, the use of the C Language
Platform: | Size: 3072 | Author: 张珊 | Hits:

[Compress-Decompress algrithmslzw1

Description: 加入静态字典后的LZW压缩程序,实现SIP消息的压缩。-After adding a static dictionary of LZW compression process, realize SIP message compression.
Platform: | Size: 3072 | Author: | Hits:

[mpeg mp3lzw

Description: 比较好的visual c++ 源程序, 算法设计很好,有参考价值 -Relatively good visual c++ Source code, algorithm design a very good reference value has
Platform: | Size: 158720 | Author: | Hits:

[Picture Viewermtkgif-c

Description: 基于MTK平台GIF图像解码代码,包含LZW压缩算法和GIF的文件解码!-MTK platform based on the GIF image decoding code, including LZW compression algorithm and decoding GIF documents!
Platform: | Size: 6144 | Author: 王桂才 | Hits:

[Special EffectsC++code

Description: 其中包括将256色彩色图象转化为灰度图象,LZW压缩算法,显示DIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码!-Including 256 color images into grayscale images, LZW compression algorithm, showing DIB bitmaps, Huffman coding and realize the effect of image mosaic C++ Source!
Platform: | Size: 480256 | Author: feijicheng | Hits:

[DocumentsLZW

Description: LZW用C语言实现。 LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如"print" 字符串,如果在压缩时用266表示,只要再次出现,均用266表示,并将"print"字符串存入串表中,在图象解码时遇到数字266,即可从串表中查出 266所代表的字符串"print",在解压缩时,串表可以根据压缩数据重新生成
Platform: | Size: 9216 | Author: huangjacket | Hits:

[Compress-Decompress algrithmslzw

Description: 经典的LZW77编码,用C语言写的,运行速度快,代码稳定性好,压缩效果好。值得下载。-Classic LZW77 coding, using C language and running fast, the code has good stability, good compression. Worth downloading.
Platform: | Size: 141312 | Author: awh1979 | Hits:

[Compress-Decompress algrithmsprogramme

Description: 最短路径算法C C++ 邻接矩阵实现 哈夫曼算法和哈夫曼树 RSA算法的C++实现 lzw压缩算法的c语言实现 计算日期程序(C语言) -Shortest path algorithm C C++ Adjacency matrix realize Huffman Huffman tree algorithm and RSA algorithm C++ Realize LZW compression algorithm c language procedures realize the calculation date (C language)
Platform: | Size: 9216 | Author: 陈晨 | Hits:

[GDI-BitmapLZWCompression

Description: LZW 压缩算法的C语言实现,可以实现对字符串的字典压缩编码。初级程序-LZW compression algorithm of the C language can be achieved on the string dictionary coding. Primary process
Platform: | Size: 214016 | Author: zgf | Hits:

[Compress-Decompress algrithms20090303LZW

Description: 多媒体课内实验:用C语言实现的LZW压缩和解压算法。-Using C language implementation of the LZW compression and decompression algorithm.
Platform: | Size: 902144 | Author: duyankang | Hits:

[Compress-Decompress algrithmslzw

Description: 数据压缩,c语言,vc实现,lzw编码算法-Data compression, c language, vc achieve, lzw coding
Platform: | Size: 13312 | Author: dyg | Hits:

[Compress-Decompress algrithmslzw

Description: 一个c语言实现的基于字典编码技术的lzw数据压缩算法,能正确的实现压缩和解压缩-C language to achieve a dictionary-based coding technology lzw data compression algorithms, to achieve the correct compression and decompression
Platform: | Size: 4096 | Author: 娜娜 | Hits:

[Compress-Decompress algrithmscalgary

Description: Best algorithm for LZW ..C language
Platform: | Size: 1069056 | Author: Lino | Hits:

[Windows Developlzw

Description: 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2; (2)如果否 a 把代表当前前缀P的码字输出到码字流; b 结束。. -Coding method to achieve lzw dictionary coding algorithm Lzw design ideas: 1. The beginning of the dictionary contains all the root (first of all a single character encoding), the current time is made up of P 2. The current character (C) = the next character stream character 3. judge up- at string P+ C is in the dictionary, if A " is" : P = P+ C// (use C extension of P) B. If " no" : a prefix P to the representative of the current output of the commode to the code word stream b put up- at string P+ C added to the dictionary c so that P = C// (the P now contains only one character C) 4. to determine whether there are character stream code words to translate (1) If yes, on the return to the 2 (2) If it has a prefix P to the representative of the current output of the code word to code word stream b end. .
Platform: | Size: 1024 | Author: 符晓娟 | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW压缩方法的source code,用C写的,请参考-source code for LZW compress, C language...
Platform: | Size: 7168 | Author: Jonathan | Hits:

[Compress-Decompress algrithmsLZW

Description: 用c语言编写的LZW压缩解压程序,文件越大,压缩的效果越好-With the c language of the LZW compression decompression programs, files, the greater the compression the better
Platform: | Size: 392192 | Author: 罗方 | Hits:

[JSP/JavaLZW

Description: LZW算法说明 及 C与 Java实现. 使用c和java两种语言实现LZW压缩解压缩算法-LZW algorithm descriptions and C and Java. The use of two languages, c, java achieve LZW compression decompression algorithms
Platform: | Size: 63488 | Author: Lstar | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW算法C实现(标准LZW算法,经过验证,对不同数据有一定的压缩效果)-LZW algorithm C to achieve (standard LZW algorithm is proven, there are some different data compression)
Platform: | Size: 2048 | Author: 张连 | Hits:

[Compress-Decompress algrithmsLZW

Description: LZW字典编码和解码的源码。。C++编写。。。VS2008运行-LZW dictionary encoding and decoding the source. . C++ written. . . VS2008 run. . .
Platform: | Size: 79872 | Author: he harmony | Hits:

[Otherlzw-C

Description: lzw算法的C语言实现,有压缩程序和解压程序-lzw algorithm in C language, the program compression and decompression procedures
Platform: | Size: 862208 | Author: 马超 | Hits:
« 1 23 4 5 6 7 8 9 »

CodeBus www.codebus.net